home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5358 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: swidir.switch.ch!epflnews!vez
  2. From: vez@de.epfl.ch (Philippe Vez)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST?
  5. Date: 13 Mar 1996 11:17:15 GMT
  6. Organization: Ecole Polytechnique Federale de Lausanne
  7. Message-ID: <4i6arr$786@info.epfl.ch>
  8. References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de>  <68771855@0humpty.tomate.tng.oche.de> <4hotcm$spd@roadkill.scms.rgu.ac.uk> <439.6642T928T2853@ifi.uio.no>
  9. NNTP-Posting-Host: desun1-f1.epfl.ch
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  13. : >: > I have made a program that copies ENV variables on demand and therefore
  14. : >: > saves lot of memory and time. Unfortunatley it has a nasty bug :-(
  15. : >: This could be a cool thing ! Sad it is buggy.
  16. : >What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
  17. : >ENV: to there?
  18.  
  19. : You said it yourself: "Copying"
  20.  
  21. : That takes time! :)
  22.  
  23. : <sb>Ludde - Amiga Demo Coder
  24. : <sb>Virtual Reality & Official Be developer
  25. : <sb>ludvigp@ifi.uio.no
  26.  
  27. I have an alternative.
  28.  
  29. I assign ENV: to RAM:Env as made in the startup, and
  30. I "Assign ENV: SYS:Storage/env-storage ADD"
  31. So when someone will read for example overscan.prefs, it didn't find it in
  32. ram:env but in env-storage, Click use and it saves it in ram:env (the primary
  33. assign)..
  34.  
  35. Should this not work ?
  36.  
  37.  
  38.